Skip to content

IO-Compress: generalize for EBCDIC#74

Merged
pmqs merged 1 commit into
pmqs:masterfrom
khwilliamson:ebcdic
May 29, 2026
Merged

IO-Compress: generalize for EBCDIC#74
pmqs merged 1 commit into
pmqs:masterfrom
khwilliamson:ebcdic

Conversation

@khwilliamson
Copy link
Copy Markdown
Contributor

This commit changes a tr/// to a s/// and uses a regex pattern to use mnemonics instead of hard-coded code point values, so that it works on EBCDIC machines too.

This commit changes a tr/// to a s/// and uses a regex pattern to use
mnemonics instead of hard-coded code point values, so that it works on
EBCDIC machines too.
@pmqs pmqs merged commit 648120d into pmqs:master May 29, 2026
67 of 68 checks passed
@pmqs pmqs self-assigned this May 29, 2026
@pmqs pmqs added the bug Something isn't working label May 29, 2026
@pmqs
Copy link
Copy Markdown
Owner

pmqs commented May 29, 2026

Thanks, applied

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants